func net/http.shouldCopyHeaderOnRedirect

2 uses

	net/http (current package)
		client.go#L683: 				if !shouldCopyHeaderOnRedirect(reqs[0].URL, req.URL) {
		client.go#L991: func shouldCopyHeaderOnRedirect(initial, dest *url.URL) bool {